home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Conversion / Convert_RTF / Source / MacToNeXTRTFText.h < prev    next >
Text File  |  1993-10-02  |  2KB  |  66 lines

  1. /***********************************************************************\
  2. rtf conversion class for Convert RTF which converts between Mac and NeXT rtf formats.
  3. Copyright (C) 1993 David John Burrowes
  4.  
  5. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version.
  6.  
  7. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
  8.  
  9. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  10.  
  11. The author, David John Burrowes, can be reached at:
  12.     davidjohn@kira.net.netcom.com
  13.     David John Burrowes
  14.     1926 Ivy #10
  15.     San Mateo, CA 94403-1367
  16. \***********************************************************************/
  17.  
  18. /*====================================================================
  19.  
  20. NOTE: You may find that text doesn't line up properly unless you use the New Century Schoolbook Roman typeface, since this was created with it.
  21.  
  22. INFORMATION:
  23.     This is $Revision: 1.9 $ of this file
  24.     It was last modified by $Author: death $ on $Date: 93/04/04 23:28:00 $
  25.      $Log:    MacToNeXTRTFText.h,v $
  26.  * Revision 1.9  93/04/04  23:28:00  death
  27.  * Sun Apr  4 23:27:59 PDT 1993
  28.  * 
  29.  * Revision 1.8  93/02/21  11:59:49  death
  30.  * Sun Feb 21 11:59:49 PST 1993
  31.  * 
  32.  * Revision 1.7  93/01/10  08:27:16  death
  33.  * Sun Jan 10 08:27:16 PST 1993
  34.  * 
  35.  * Revision 1.6  93/01/02  23:41:26  death
  36.  * Sat Jan  2 23:41:26 PST 1993
  37.  * 
  38.  * Revision 1.5  93/01/02  13:38:54  death
  39.  * Sat Jan  2 13:38:54 PST 1993
  40.  * 
  41.  * Revision 1.4  92/12/25  16:26:11  death
  42.  * Fri Dec 25 16:26:11 PST 1992
  43.  * 
  44.  * Revision 1.3  92/12/21  07:00:40  death
  45.  * Mon Dec 21 07:00:40 PST 1992
  46.  * 
  47.  * Revision 1.2  92/12/19  08:18:13  death
  48.  * Sat Dec 19 08:18:12 PST 1992
  49.  * 
  50.  * Revision 1.1  92/12/13  10:00:59  death
  51.  * Sun Dec 13 10:00:59 PST 1992
  52.  * 
  53. ====================================================================*/
  54.  
  55.  
  56. #import "MacToNeXTText.h"
  57. #import "common.h"
  58.  
  59. @interface MacToNeXTRTFText:MacToNeXTText
  60. {
  61. }
  62.  
  63. - (Character) ConvertCharacter: (Character) theCharacter;
  64. @end
  65.  
  66.